/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 40px;
    width: 58px;
    height: 58px;
    line-height: 62px;
    border-radius: 58px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#999;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #ff4f02;
    color:#fff;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #ff4f02;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    word-break: break-all;
}

h6{
    line-height: 28px;
}

h3{
    line-height: 46px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #0070ee;
}

.bg_f5f5f5{
    background: #f5f5f5;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}

.no_margin{
    margin: 0px;
}

.ce_width{
    max-width: 1400px;
}
.abcon{
    font-size: 16px;
    line-height: 32px;
}
.abcon p{
    line-height: 32px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    background: #fff;
    padding: 0px;
}
.nav_min .container-fluid{
    padding: 0px 18px 0px 48px;
}
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    margin-right: 30px;
}
.navbar-brand img{
    width: 56px;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 31px 0px;
    margin: 0px 24px;
    position: relative;
    font-size: 16px;
}
.nav_min .navbar-nav .nav-link{
    color: #000;
    transition: all 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link{
    color: #ff4f02;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 13px 5px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #000;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.yy{
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.yy .list-inline-item:not(:last-child){
    margin-right: 0px;
}
.yy li{
    margin: 0px 4px;
    color: #000;
    font-size: 14px;
}
.yy li a{
    color: #000;
    font-size: 14px;
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    width: 240px;
    background: #fff;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 5px 5px rgba(153,153,153,0.1);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    display: block;
    padding: 20px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #f5f5f5;
    transition: all .5s;
    transition: padding 0.5s;
}
.top_xiala .dropdown-menu a:hover{
    background: #ff4f02;
    color: #fff;
    padding: 20px 20px;
    border-bottom: 1px solid #ff4f02;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 13px 18px;
    z-index: 1000;
    background: #eee;
    color: #999;
    border-radius: 50px;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #ff4f02;
    color: #fff;
}

.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
}
.sousuokuang .card{
    padding-top: 200px;
    padding-bottom: 200px;
}
.navbar .container_style{
    display: block;
}
.sousuo_group{
    position: relative;
}
.sousuo_group:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #ff4f02;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 15px 30px;
    height: 78px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.sousuo_control:hover{
    border: none;
}
.search_anniu_top{
    display: inline-block;
    width: 58px;
    height: 58px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 14px;
    right: 0;
    bottom: 0;
    left: 14px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #000;
    transition: all .5s;
}
.search_anniu_top2{
    width: 78px;
    height: 78px;
    background: none;
    border:none;
}
.search_anniu_top2:before{
    background: #000;
}
.search_anniu_top2:after{
    border: 2px solid #000;
}

.search_anniu2{
    display: inline-block; 
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 38px;
    left: 20px;
    width: 38px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 38px;
    left: 20px;
    width: 38px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}

.nav_min:hover .search_anniu_top:hover:before{
    background: #ff4f02;
}
.nav_min:hover .search_anniu_top:hover:after{
    border: 2px solid #ff4f02;
}

.yuyan{
    margin-left: 24px;
}
.yuyan .list-inline-item:not(:last-child){
    margin-right: 0px;
}
.yuyan li{
    margin: 0px 4px;
}
.yuyan li a{
    opacity: 0.7;
}
.yuyan .active a{
    opacity: 1;
}

.sousuo_style{
    display: inline-block;
    width: 88px;
    height: 78px;
    position: relative;
    overflow: hidden;
    background: none;
    border:none;
}
.sousuo_style:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 14px;
    right: 0;
    bottom: 0;
    left: 14px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transition: all .5s;
}
.sousuo_style:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #000;
    transition: all .5s;
}
.sousuo_style:hover:before{
    background: #ff4f02;
}
.sousuo_style:hover:after{
    border: 2px solid #ff4f02;
}

.md_sousuo{
    display: none;
}
.pc_sousuo{
    margin-left: 30px;
}

/*banner*/
/*.banner{*/
/*    height: 888px;*/
/*}*/

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.banner .swiper-wrapper .swiper-slide p{
    line-height: 36px;
}
.banner .swiper-wrapper .swiper-slide div{
    transform:translateX(400px);
    opacity:0;
    transition:all .8s;
}
.banner .swiper-wrapper .ani-slide div{
    transform:translateX(0);
    opacity:1;
}

.banner h1{
    padding-top: 150px;
    font-size: 72px;
    margin-bottom: 24px;
}
.banner h4{
    font-weight: normal;
}
.banner .banner_card h6{
    line-height: 24px;
    margin-bottom: 20px;
}

.banner .swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner>.swiper-pagination-bullets{
    bottom: 25px;
}
.banner .swiper-pagination-bullet-active{
    width: 60px;
    opacity: 1;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(255,255,255,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -0px;
}
.banner .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -0px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
    left: 38px;
}
.banner:hover .swiper-button-next{
    opacity: 1;
    right: 38px;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner .swiper-button-prev:hover:after,.banner .swiper-button-next:hover:after{
    color: #fff;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(255,79,2,1);
}

/*zhuti*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}
.card:hover .fangda img{
    transform:scale(1.1);
}

.gengduo{
    border:2px solid #fff;
    background: none;
    color: #fff;
    padding: 12px 48px 12px 38px;
}
.gengduo2{
    border:2px solid #000;
    color: #000; 
}
.gengduo:hover {
    color: #fff;
    background-color: #ff4f02;
    border-color: #ff4f02;
}
.gengduo i{
    position: relative;
    left: 10px;
    transition: left 0.5s;
    -webkit-transition: left 0.5s; /* Safari */
}
.gengduo:hover i{
    left: 20px;
}

.product_cr_fd{
    padding: 0px 10px;
}
.product_col{
    padding: 0px 10px;
}
.index_product{
    margin-top: 20px;
}
.index_product .fangda img{
    width: 100%;
    object-fit: cover;
}
.index_product:hover .fangda img{
    transform:scale(1.1);
}
.index_product .card-img-overlay h2{
    padding-top: 58px;
    margin-bottom: 20px;
}
.index_product:hover{
    color: #000;
}
.index_product .card-img-overlay h6 i{
    margin-left: 5px;
    transition: 0.5s;
}
.index_product:hover .card-img-overlay h6 i{
    margin-left: 15px;
}

.index_news h4{
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 8px;
    font-size: 22px;
    padding-right: 98px;
    position: relative;
}
.index_news h4 a{
    position: absolute;
    right: 0px;
    top: 0px;
    background: #6fa8dc;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 8px 16px;
}
.index_news h4 a:hover{
    background: #ff4f02;
}
.index_news li a{
    display: block;
    height: 48px;
    line-height: 48px;
    padding-right: 98px;
    border-bottom: 1px dashed #eee;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news li a i{
    margin-right: 10px;
    color: #999;
}
.index_news li a span{
    position: absolute;
    right: 0px;
    color: #999;
}

.news_swiper .swiper-button-next:after,.news_swiper .swiper-button-prev:after{
    color: #fff;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 18px 22px;
    border: 1px solid #eee;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #ff4f02;
    color: #fff;
    border: 1px solid #ff4f02;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}

/*bottom*/
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: '-';
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center; 

    }
    .collapsed .bottom_xiala:after{
        content: '+';
        display: inline-block;
    }
}

.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #fff;
    font-size: 18px;
}
.bottom_ul a{
    color: #fff;
}
.bottom_ul .bottom_bt h5{
    margin: 0px;
}
.bottom_ul .card{
    background: none;
    padding: 0px;
}
.bottom_ul .card ul li a{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}
.bottom_ul .card ul li a:hover{
    color: #ff4e01;
}

.bottom_bg{
    background: #111;
    padding-top: 50px;
    padding-bottom: 20px;
}
.bottom_ul .card .ewul, .imgdesc{
    color: #fff;
}
.imgdesc{
    margin-top: 5px;
}
.bottom_ul .card .ewul a{
    display: inline-block;
    height: 26px;
    line-height: 26px;
}

.di_media .media{
    margin-bottom: 16px;
}
.di_media .media i{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    margin-right: 15px;
    background: #666;
}

.di_a li a{
    color: #fff;
    padding: 0px 8px;
}
.di_a li a:hover{
    color: #ff4f02;
}

.bottom_beian{
    padding-top: 12px;
}

/* ----------------------------------------------------------------
    产品页
----------------------------------------------------------------- */
.product_banner_bg{
    background: url(../img/product_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 265px;
}

.product_nav{
    margin-bottom: 10px;
    margin-top: 40px;
}
.product_nav li a{
    border: 1px solid #878787;
    padding: 2px 1px;
    display: flex;
    transition: 0.5s;
}
.product_nav li a span{
    display: inline-block;
    width: 10px;
    height: 20px;
    background: #878787;
    margin: 0px 2px;
    transition: 0.5s;
}
.product_nav .active a,.product_nav li a:hover{
    border: 1px solid #000;
}
.product_nav .active a span,.product_nav li a:hover span{
    background: #000;
}
.product_nav_a1{
    display: none;
}

.deimgblock img{
    max-width: 100%;
    height: auto !important;
}

.product_card:hover .fangda img{
    transform:scale(1.1);
}
.product_card .fangda:hover{
    background: #eee;
}
.debuy {
    display: inline-block;
    margin-left: 10px;
    background: #E60012;
    color: #fff;
    padding: 10px 20px;
}
.debuy:hover{
    color: #fff;
}
/*.product_card .fangda{
    position: absolute;
    top: 0px;
}
.product_card_img{
    z-index: 100;
}
.product_card:hover .product_card_img{
    opacity: 0;
}*/

/* ----------------------------------------------------------------
    产品详情页
----------------------------------------------------------------- */
.ny_nav{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666;
}
.ny_nav a{
    color: #666;
}
.ny_nav a:hover{
    color: #ff4e01;
}
.ny_nav i{
    margin: 0px 8px;
}

.pt_ds_right_span span{
    display: inline-block;
}

.pt_ds_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt_ds_style{
    padding-left: 153px;
}
.pt_ds_swiper{
    width: 138px;
    height: 434px;
    margin-right: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide{
    cursor: pointer;
    width: 138px;
    opacity: 0.6;
    padding: 8px;
    border: 1px solid #eee;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide img,.pt_ds_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt_ds_swiper2 .swiper-button-next:after,.pt_ds_swiper2 .swiper-button-prev:after{
    color: #1c1f89;
}

.pt_ds_swiper2 .swiper-button-next,.pt_ds_swiper2 .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,0.8);
    border-radius: 0px;
    border: 1px solid #ddd;
    opacity: 0;
    transition: 0.5s;
}
.pt_ds_swiper2 .swiper-button-prev{
    left: 0px;
    margin-top: -25px;
}
.pt_ds_swiper2 .swiper-button-next{
    right: 0px;
    margin-top: -25px;
}
.pt_ds_swiper2 .swiper-button-prev:after,.pt_ds_swiper2 .swiper-button-next:after{
    color: #666;
    font-size: 18px;
}
.pt_ds_swiper2 .swiper-button-prev:hover:after,.pt_ds_swiper2 .swiper-button-next:hover:after{
    color: #fff;
}
.pt_ds_swiper2 .swiper-button-next:hover,.pt_ds_swiper2 .swiper-button-prev:hover{
    background: rgba(232,52,39,1);
    border: 1px solid #ff4f02;
    opacity: 1;
}
.pt_ds_swiper2:hover .swiper-button-next,.pt_ds_swiper2:hover .swiper-button-prev{
    opacity: 1;
}

.pt_ds_swiper .swiper-button-next,.pt_ds_swiper .swiper-button-prev{
    width: 40px;
    height: 62px; 
    background: rgba(255,255,255,0.8);
    border-radius: 0px;
    border: 1px solid #ddd;
    transition: 0.5s;
}
.pt_ds_swiper .swiper-button-prev{
    left: 11px;
    top: auto;
    bottom: -11px;
    margin-top: -0px;
    transform:rotate(90deg);
}
.pt_ds_swiper .swiper-button-next{
    right: 11px;
    top: auto;
    bottom: -11px;
    margin-top: -0px;
    transform:rotate(90deg);
}
.pt_ds_swiper .swiper-button-prev:after,.pt_ds_swiper .swiper-button-next:after{
    color: #666;
    font-size: 18px;
}
.pt_ds_swiper .swiper-button-prev:hover:after,.pt_ds_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.pt_ds_swiper .swiper-button-next:hover,.pt_ds_swiper .swiper-button-prev:hover{
    background: rgba(232,52,39,1);
    border: 1px solid #ff4f02;
}

.pt_ds_xq .card{
    margin-bottom: 12px;
    border: none;
    border-radius: 0px;
}
.pt_ds_xq .accordion>.card:not(:last-of-type){
    border-bottom: none;
}
.pt_ds_xq .card-body{
    border: 1px solid #eee;
    border-top: 1px solid #f9f9f9;
    border-radius: 0px;
}
.pt_ds_xq .card .card-header{
    border: none;
    padding: 0px;
}
.pt_ds_xq .card .card-header a{
    padding: 17px 68px 18px 20px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    display: block;
}
.pt_ds_xq .card .card-header a:hover{
    color: #ff4f02;
}
.pt_ds_zhedie{
    width: 48px;
    height: 48px;
    background: #333;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.pt_ds_xq a .pt_ds_zhedie:before{
    content: "";
    position: absolute;
    left: 15px;
    top: 23px;
    width: 18px;
    height: 2px;
    background: #fff;
}
.pt_ds_xq a .pt_ds_zhedie:after{
    content: none;
}
.pt_ds_xq a.collapsed .pt_ds_zhedie:after{
    content: "";
    position: absolute;
    left: 23px;
    top: 15px;
    width: 2px;
    height: 18px;
    background: #fff;
}

.table td,.table th{
    border-top: none;
    width: 50%;
    padding: 16px;
    border-right: 1px solid #fff;
    text-align: center;
}

.fangda.newsimg{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 67%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------
    视频中心
----------------------------------------------------------------- */
.video_banner_bg{
    background: url(../img/video_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 388px;
}

.video_a{
    color: #ff4e00;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
}
.video_a:hover{
    border-bottom: 2px solid #ff4e00;
}

.video_swiper{
    padding-bottom: 38px;
}
.video_swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    border: 2px solid #ddd;
    border-radius: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.video_swiper>.swiper-pagination-bullets{
    bottom: 0px;
}
.video_swiper .swiper-pagination-bullet-active{
    opacity: 1;
    background: #000;
    border: 2px solid #000;
}
.video_swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

/* ----------------------------------------------------------------
    防伪查询
----------------------------------------------------------------- */
.security_banner_bg{
    background: url(../img/security_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 388px;
}
.zhuti_sousuo{
    background: #fff;
}

/* ----------------------------------------------------------------
    订购渠道
----------------------------------------------------------------- */
.mg_fe_style{
    height: 238px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_us_banner_bg{
    background: url(../img/contact_us_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 388px;
}

/* ----------------------------------------------------------------
    服务
----------------------------------------------------------------- */
.serve_banner_bg{
    background: url(../img/serve_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 388px;
}

/* ----------------------------------------------------------------
    欢迎留言
----------------------------------------------------------------- */
.contact_form .form-control{
    border-color: #eee;
    padding: 12px 18px;
}
.form_input_height{
    height: 58px;
}
.contact_form .form-group .input-group .form-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contact_form .form-group .input-group .input-group-text{
    background: none;
    border-color: #eee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
}

.gengduo_contact{
    border:2px solid #000;
    background: #fff;
    color: #000;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_join_banner_bg{
    background: url(../img/about_join_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 388px;
}

.about_banner_bg{
    background: url(../img/about_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0px 100px 0px;
}
.about_banner_bg h1{
    margin-top: 35px;
    font-size: 50px;
    font-weight: 700;
}
.about_banner_bg h6{
    letter-spacing: 30px;
}

.about_us_swiper .swiper-button-next,.about_us_swiper .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(51,51,51,1);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about_us_swiper .swiper-button-prev{
    left: 0px;
    margin-top: -0px;
}
.about_us_swiper .swiper-button-next{
    right: 0px;
    margin-top: -0px;
}
.about_us_swiper:hover .swiper-button-prev{
    left: 8px;
}
.about_us_swiper:hover .swiper-button-next{
    right: 8px;
}
.about_us_swiper .swiper-button-prev:after,.about_us_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.about_us_swiper .swiper-button-prev:hover:after,.about_us_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.about_us_swiper .swiper-button-next:hover,.about_us_swiper .swiper-button-prev:hover{
    background: rgba(255,79,2,1);
}

.about_wenhua{
    background: url(../img/about_wenhua.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.shuzi{
    margin: 18px 0px 0px 0px;
}
.shuzi .card .item{
    border-right: 1px solid #fff;
}
.shuzi .card .item_border{
    border-right: none;
}
.shuzi .card .item .numU{
    height: 58px;
    color: #fff;
}
.shuzi .card .item .numU .numCX{
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    margin-top: 18px;
}

.about_img{
    margin-bottom: 30px;
}

/* ----------------------------------------------------------------
    新闻
----------------------------------------------------------------- */
.about_nav{
    position: relative;
}
.about_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}
.nav-scroller{
    position: relative;
    z-index: 2;
    height: 68px;
    overflow-y: hidden;
}
.nav-scroller .nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav a{
    display: block;
    padding: 28px 0px;
    margin-right: 48px;
    font-size: 16px;
    position: relative;
    color: #999;
}
.nav-scroller .nav .active{
    color: #518aaf;
}
.nav-scroller .nav .active:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #518aaf;
}
.nav-scroller .nav a:hover{
    color: #518aaf;
}

.index_news_style:hover .fangda img{
    transform:scale(1.1);
}
.index_news_style h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 14px;
}
.index_news_style p{
    border-top: 1px solid #eee;
    padding-top: 14px;
    margin-top: 32px;
}
.newsstyle p{
    border-bottom: 1px solid #eee;
    border-top: none;
    padding-top: 0;
    padding-bottom: 25px;
    margin-top: 20px;
}

/* ----------------------------------------------------------------
    新闻详情页
----------------------------------------------------------------- */
.news_right{
    box-shadow: 0px 5px 15px rgba(153,153,153,0.2);
    padding-bottom: 20px;
}
.news_right h5{
    padding: 24px 24px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.news_right li a{
    display: block;
    padding: 10px 24px;
}

.news_right .badge{
    width: 24px;
    height: 24px;
    line-height: 18px;
    border-radius: 24px;
    color: #212529;
    background: #f8f9fa;
}
.news_right .badge1{
    color: #fff;
    background: #dc3545;
}
.news_right .badge2{
    color: #fff;
    background: #ffc107;
}
.news_right .badge3{
    color: #fff;
    background: #6c757d;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){

}
@media (max-width: 1220px){
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0 20px;
    }
}
@media (max-width: 1200px){
    .nav_min .container-fluid{
        padding: 0px 15px;
    }
    .index_product .card-img-overlay h2{
        padding-top: 28px;
    }
    /*.banner{*/
    /*    height: 600px;*/
    /*}*/
    .banner h1{
        padding-top: 68px;
        font-size: 36px;
    }

    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px;
    }
    .navbar-light .navbar-nav .show>.nav-link{
        color: #000;
    }
    .pc_sousuo{
        display: none;
    }
    .md_sousuo{
        display: block;
        width: 100%;
        padding: 0px;
        margin-bottom: 18px;
        background: none;
    }
    .sousuo_control{
        color: #fff;
    }

    .product_nav_a6{
        display: none;
    }
}
@media (max-width: 900px){
    .pb-6{
        padding-bottom: 35px35px;
    }
    .pt-6{
        padding-top: 35px;
    }
    .mb-6{
        margin-bottom: 35px;
    }
    .mt-6{
        margin-top: 35px;
    }
    .mb-5, .my-5{
        margin-bottom: 1.2rem!important;
    }

    .bottom_bg{
        padding-top: 38px;
    }
    .bottom_beian{
        padding-top: 0px;
    }

    .product_nav_a5{
        display: none;
    }
}

@media (max-width: 768px){
    /*.banner {*/
    /*    height: 500px;*/
    /*}*/
    .banner .banner_card{
        text-align: center;
    }

    .about_join_banner_bg,.video_banner_bg,.contact_us_banner_bg,.product_banner_bg,.security_banner_bg,.serve_banner_bg{
        height: 188px;
    }
    .shuzi .card .item{
        border-right: none;
    }
    .about_banner_bg{
        padding: 48px 0px 48px 0px;
    }
    .about_banner_bg h1{
        margin-top: 30px;
        font-size: 21px;
    }
    .about_banner_bg h1 span{
        margin-left: 10px !important;
    }
    .about_banner_bg h6{
        letter-spacing: 0px;
        margin-top: 0 !important;
    }
    .product_nav_a3,.product_nav_a4{
        display: none;
    }
    .product_nav_a1{
        display: inline-block;
    }
    
    .pt_ds_style{
        padding-left: 15px;
    }
    .pt_ds_swiper .swiper-button-next, .pt_ds_swiper .swiper-button-prev{
        display: none;
    }
    .pt_ds_swiper{
        position: static;
        width: 100%;
        height: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 15px 0px;
    }
    .top_xiala .dropdown-toggle{
        top: 2px;
        padding: 8px 13px;
    }
    h2{
        font-size: 1.5rem;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
    .index_product .card-img-overlay h2 {
        
        padding-top: 3px;
    }
    .index_product .card-img-overlay h2 {
        margin-bottom: 4px;
    }
    .index_news{
        margin-top: 20px;
    }
}